This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Try to fill the fields with the formula in another event (like PostOpen) and then refresh the form. ~Yentl Cisnitergon 12.Jan.04 03:56 PM a Web browser Domino Designer 6.0.1 CF2Windows 2000
The keyword is a field on the current form and thus the selections are re-computed on that keyword change. Therefore the default formula or the PostOpen on the form will not work as they only fire once.
You'll need to put a computed field under the checkbox field in question that checks to see if the value of the keyword has changed and if so, re-populate the checkbox's.
something like that should work, otherwise you'll need to use exiting events and I don't know if they're reliable when exiting listboxes, comboboxes, checkboxes...